-
Re: OpenType labels in software
In FontCreator select a Stylistic Set in the OpenType Designer dialog and add the name: Alternatively use the OTLF code editor:: feature StylisticSet1 ss01 {<br> params FeatureParams_ss01;<b…2 -
Re: Cross-script OpenType feature?
No, you can't mix scripts, as such text will be split up in separate segments. OpenType layout engines should work the same, but don't. For example a kern pair which includes a space character will w…3 -
Re: Detect Opentype Features of a font file via Browser
FontCreator allows you to test a font in a web browser. It is known as Test WOFF. The generated web page shows all OpenType features as available in the font. Here is a web font sample page: http://w…2 -
Re: glyf (i.e. contour) analysis reports on libre fonts.
Even fonts made with professional font editors contain glyph related issues. Sometimes a designer didn't notice them, or decided such issues are either acceptable or intended. Is a contour made out o…1 -
Re: Windows Control Panel fields: “Designed For”, “Category” and “Manufacturer”
Do take a look at fms_metadata.xml in Windows fonts folder. It is hidden and read-only, so not easy to access.1